home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 11 / PC World Interactive 11.iso / share / multimed / cdmax153 / CDmax.exe / 0 / RCDATA / TFRMSETPASSWORD / TFRMSETPASSWORD.txt
Text File  |  1998-06-12  |  1KB  |  71 lines

  1. object frmSetPassword: TfrmSetPassword
  2.   Left = 326
  3.   Top = 171
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Set Password'
  7.   ClientHeight = 137
  8.   ClientWidth = 201
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnKeyPress = FormKeyPress
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lblNew: TLabel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 38
  24.     Height = 13
  25.     Caption = 'Specify:'
  26.   end
  27.   object lblConfirm: TLabel
  28.     Left = 8
  29.     Top = 56
  30.     Width = 38
  31.     Height = 13
  32.     Caption = 'Confirm:'
  33.   end
  34.   object edtNew: TEdit
  35.     Left = 8
  36.     Top = 24
  37.     Width = 185
  38.     Height = 21
  39.     PasswordChar = '*'
  40.     TabOrder = 0
  41.   end
  42.   object edtConfirm: TEdit
  43.     Left = 8
  44.     Top = 72
  45.     Width = 185
  46.     Height = 21
  47.     PasswordChar = '*'
  48.     TabOrder = 1
  49.   end
  50.   object btnOk: TButton
  51.     Left = 40
  52.     Top = 104
  53.     Width = 75
  54.     Height = 25
  55.     Caption = '&OK'
  56.     ModalResult = 1
  57.     TabOrder = 2
  58.     OnClick = btnOkClick
  59.   end
  60.   object btnCancel: TButton
  61.     Left = 120
  62.     Top = 104
  63.     Width = 75
  64.     Height = 25
  65.     Caption = '&Cancel'
  66.     ModalResult = 2
  67.     TabOrder = 3
  68.     OnClick = btnCancelClick
  69.   end
  70. end
  71.